home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
NEWSOFT
/
MAY
/
MP3CONV
/
!MP3Conv
/
c
/
sound-amig
< prev
next >
Wrap
Text File
|
1997-02-14
|
323b
|
21 lines
#include "common.h"
int sound_init(int audiofd, layer *info, int stereo) {
/* Initialize audio device */
return 0;
}
int sound_open() {
return 0;
}
int sound_close(int audiofd) {
return 0;
}
int sound_write(int audiofd, const void *buffer, size_t count) {
return(write(audiofd, buffer, count));
}